Autogenerated HTML docs for v1.7.0-83-g241b9 
diff --git a/git-grep.html b/git-grep.html index 1d3a64a..b211162 100644 --- a/git-grep.html +++ b/git-grep.html 
@@ -334,12 +334,12 @@  [-A &lt;post-context&gt;] [-B &lt;pre-context&gt;] [-C &lt;context&gt;]   [-f &lt;file&gt;] [-e] &lt;pattern&gt;   [--and|--or|--not|(|)|-e &lt;pattern&gt;&#8230;] [&lt;tree&gt;&#8230;]  - [--] [&lt;path&gt;&#8230;]</div></div>  + [--] [&lt;pathspec&gt;&#8230;]</div></div>   </div>   <h2 id="_description">DESCRIPTION</h2>   <div class="sectionbody">  -<div class="para"><p>Look for specified patterns in the working tree files, blobs  -registered in the index file, or given tree objects.</p></div>  +<div class="para"><p>Look for specified patterns in the tracked files in the work tree, blobs  +registered in the index file, or blobs in given tree objects.</p></div>   </div>   <h2 id="_options">OPTIONS</h2>   <div class="sectionbody">  @@ -389,7 +389,7 @@  </dt>   <dd>   <p>  - For each pathspec given on command line, descend at most &lt;depth&gt;  + For each &lt;pathspec&gt; given on command line, descend at most &lt;depth&gt;   levels of directories. A negative value means no limit.   </p>   </dd>  @@ -654,7 +654,16 @@  <dd>   <p>   Signals the end of options; the rest of the parameters  - are &lt;path&gt; limiters.  + are &lt;pathspec&gt; limiters.  +</p>  +</dd>  +<dt>  +&lt;pathspec&gt;&#8230;  +</dt>  +<dd>  +<p>  + If given, limit the search to paths matching at least one pattern.  + Both leading paths match and glob(7) patterns are supported.   </p>   </dd>   </dl></div>  @@ -663,6 +672,15 @@  <div class="sectionbody">   <div class="vlist"><dl>   <dt>  +git grep <em>time_t</em> &#8212; <em>*.[ch]</em>  +</dt>  +<dd>  +<p>  + Looks for <tt>time_t</tt> in all tracked .c and .h files in the working  + directory and its subdirectories.  +</p>  +</dd>  +<dt>   git grep -e '#define' --and \( -e MAX_PATH -e PATH_MAX \)   </dt>   <dd>  @@ -697,7 +715,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2010-02-13 00:59:44 UTC  +Last updated 2010-02-22 00:13:12 UTC   </div>   </div>   </body>